Fix stray double semicolons.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3028 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/kml.c

index 20f9e99207bf45c4f656be73bd9f5938d86082a2..b5e48ab781d0fe828c2c2a39581a5686a56cf67c 100644 (file)
@@ -769,7 +769,7 @@ char * kml_gc_mkstar(int rating)
 static void kml_geocache_pr(const waypoint *waypointp)
 {
        char *p, *is;
-       double lat = waypointp->latitude;;
+       double lat = waypointp->latitude;
        double lng = waypointp->longitude;
 // optionally "fuzz" lat/lng here.